home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.Dialog < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.7 KB  |  82 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Dialog
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badItemType GEQU $150A
  9. newItemFailed GEQU $150B
  10. itemNotFound GEQU $150C
  11. notModalDialog GEQU $150D
  12. getInitView GEQU $0001
  13. getInitTotal GEQU $0002
  14. getInitValue GEQU $0003
  15. scrollLineUp GEQU $0004
  16. scrollLineDown GEQU $0005
  17. scrollPageUp GEQU $0006
  18. scrollPageDown GEQU $0007
  19. scrollThumb GEQU $0008
  20. buttonItem GEQU $000A
  21. checkItem GEQU $000B
  22. radioItem GEQU $000C
  23. scrollBarItem GEQU $000D
  24. userCtlItem GEQU $000E
  25. statText GEQU $000F
  26. longStatText GEQU $0010
  27. editLine GEQU $0011
  28. iconItem GEQU $0012
  29. picItem GEQU $0013
  30. userItem GEQU $0014
  31. userCtlItem2 GEQU $0015
  32. longStatText2 GEQU $0016
  33. itemDisable GEQU $8000
  34. minItemType GEQU $000A
  35. maxItemType GEQU $0016
  36. ok GEQU $0001
  37. cancel GEQU $0002
  38. inButton GEQU $0002
  39. inCheckBox GEQU $0003
  40. inRadioButton GEQU $0004
  41. inUpArrow GEQU $0005
  42. inDownArrow GEQU $0006
  43. inPageUp GEQU $0007
  44. inPageDown GEQU $0008
  45. inStatText GEQU $0009
  46. inGrow GEQU $000A
  47. inEditLine GEQU $000B
  48. inUserItem GEQU $000C
  49. inLongStatText GEQU $000D
  50. inIconItem GEQU $000E
  51. inLongStatText2 GEQU $000F
  52. inThumb GEQU $0081
  53. okDefault GEQU $0000
  54. cancelDefault GEQU $0040
  55. alertDrawn GEQU $0080
  56. ; offset constants for ItemTemplate
  57. oitemID GEQU 0
  58. oitemRect GEQU 2
  59. oitemType GEQU 10
  60. oitemDescr GEQU 12
  61. oitemValue GEQU 16
  62. oitemFlag GEQU 18
  63. oitemColor GEQU 20
  64. ; offset constants for AlertTemplate
  65. oatBoundsRect GEQU 0
  66. oatAlertID GEQU 8
  67. oatStage1 GEQU 10
  68. oatStage2 GEQU 11
  69. oatStage3 GEQU 12
  70. oatStage4 GEQU 13
  71. oatItemList GEQU 14  ; Null terminated array
  72. ; offset constants for DialogTemplate
  73. odtBoundsRect GEQU 0
  74. odtVisible GEQU 8
  75. odtRefCon GEQU 10
  76. odtItemList GEQU 14
  77. ; offset constants for UserCtlItemPB
  78. odefProcParm GEQU 0
  79. otitleParm GEQU 4
  80. oparam2 GEQU 8
  81. oparam1 GEQU 10
  82.